Skip to content

Add recipe-style usage examples to the README#29

Merged
Daniel15568 merged 1 commit into
data-centt:mainfrom
tusharrworkk-lab:readme-examples
Jul 19, 2026
Merged

Add recipe-style usage examples to the README#29
Daniel15568 merged 1 commit into
data-centt:mainfrom
tusharrworkk-lab:readme-examples

Conversation

@tusharrworkk-lab

Copy link
Copy Markdown
Contributor

Summary

  • add an Examples section to the README with six workflow recipes
  • cover patterns not in the docs: CI data-quality gate, ranking correlations by p-value, building a transform pipeline from skew_report, interpreting PCA via both calls, dropping collinear columns from a vif list, and a month-over-month KPI table
  • links to the documentation site remain in place

Test plan

  • review README diff
  • confirm each recipe imports from percentify and runs end-to-end on a tiny inline DataFrame
  • confirm no recipe duplicates a per-function example already in the docs

These short, workflow-shaped examples go beyond the per-function
reference in the documentation site. They show how to chain
percentify calls in practice: a CI data-quality gate, ranking
correlations by significance, building a transform pipeline from
skew_report, interpreting PCA with both calls, dropping collinear
columns, and producing a month-over-month KPI table.
@Daniel15568
Daniel15568 merged commit ee80d5b into data-centt:main Jul 19, 2026
7 checks passed
@Daniel15568

Copy link
Copy Markdown
Member

Thank you.

@tusharrworkk-lab

Copy link
Copy Markdown
Contributor Author

Always a pleasure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants